home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
mus
/
play
/
EdPlyr21.lha
/
edplayer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-20
|
359b
|
14 lines
#ifndef __EDPLAYER
#define __EDPLAYER
typedef struct EdMessage { /* This is the EdMessage struct!!!! */
struct Message MainMess;
double pad1;
long pad2; /* Pads are so some fields coincide with ARexx, but */
long result; /* don't use this with anything except EdPlayer! */
long result2;
char *EdCommand;
};
#endif